Cps Groups Update

I plan to -- Theoretically -- add CPs to CPS groups. Does anybody know the name of the internal function that automatically updates the two Group attributes Group Summary and Module Summary?

Barring that, is there some method of being able to dump the declared variables and functions from an existing DXL script? I figure perhaps I could look for the DOORS function in their include files that does this work.

  • Louie

llandale - Wed Feb 24 15:02:23 EST 2010

Re: Cps Groups Update
Mathias Mamsch - Thu Feb 25 10:17:24 EST 2010

I guess they are in "cps_common_globals.inc"
 

bool fnUpdateGroups(DB dbParent, Object oProposal, Object oOldGroup, Object oNewGroup, string sOldCpStatus, string sNewCpStatus)
void fnUpdateGroupModuleSummary(Module mProposal, Object oGroup)

 


And I guess the easiest way to determine declared functions and variables is probably to look at the include files.

Regards, Mathias

 

Re: Cps Groups Update
llandale - Thu Feb 25 16:42:19 EST 2010

Mathias Mamsch - Thu Feb 25 10:17:24 EST 2010

I guess they are in "cps_common_globals.inc"
 

bool fnUpdateGroups(DB dbParent, Object oProposal, Object oOldGroup, Object oNewGroup, string sOldCpStatus, string sNewCpStatus)
void fnUpdateGroupModuleSummary(Module mProposal, Object oGroup)

 


And I guess the easiest way to determine declared functions and variables is probably to look at the include files.

Regards, Mathias

 

How you know that? email me
Louie.Landale@ngc.com

  • Louie